home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlxtools.arc / HREC.BAT < prev    next >
DOS Batch File  |  1991-06-18  |  416b  |  13 lines

  1. echo off
  2. cls
  3. rem *****************************************************************
  4. rem * HyperProtocol Dos Module batch file for RECEIVING files with
  5. rem * Telix.  This was tested using version 3.12 of Telix
  6. rem *****************************************************************
  7. rem
  8. hyperp baud:%1 port:%2 receive %3
  9. echo File transfer completed.
  10. echo To return to your communications program,
  11. pause
  12. exit
  13.